home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / owlspl2.zip / SPLREAD.ME < prev   
Text File  |  1992-07-20  |  2KB  |  37 lines

  1.                             SPLASHER!
  2.  
  3. I am providing this examle into the public domain as a payback for all
  4. of the support that I have received on the BCPPWIN forum from the fine
  5. help there. Specifically, Rick Kligman, Bob Bourbonaise, and a few 
  6. others. I have also had to spend lots of time figuring out some of
  7. these concepts, which aren't covered very well in the Borland C++
  8. 3.1 documentation. The concepts demonstrated by this app are:
  9.  
  10. How to have a BorDlg/TDialog as the main window and STILL get a minimize icon.
  11. How to use a menu with your BorDlg/TDialog main window.
  12. How to use your own custom bitmaps as pushbuttons.
  13. How to get a really nice splash screen, using the Windows SetTimer API
  14.   instead of repetition loops or the gettime family (both are a real 
  15.   no-no under Windows!!).
  16.  
  17. I recommend that you load the .rc into Resource Workshop and pay careful
  18. attention to the control settings. Some are niggling details that might
  19. escape you but cause the app not to work right (like setting the VISIBLE
  20. attribute for the splash dialog!). Of course, you will need to have the
  21. proper dll's (BWCC.DLL, etc) available to run this.
  22.  
  23. So if you want to reward me for all of my hard work and the time that 
  24. this will save you, feel welcome <grin>.
  25.  
  26. Bill Hines
  27. Blue Sky Computing
  28. PO Box 52
  29. New Cumberland, PA  17070
  30. (717) 774-8889
  31.  
  32. A custom software consultant specializing in Windows, Paradox, C++, OWL,
  33. TurboVision, quality and low prices.
  34.  
  35. Dedicated to Blaise Mitsutama and her poor sick kitty!
  36.  
  37.